# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1345 -> 1.1346 # kernel/ksyms.c 1.204 -> 1.205 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/06/19 davidm@tiger.hpl.hp.com 1.1346 # Drop export of init_thread_union alltogether. # -------------------------------------------- # diff -Nru a/kernel/ksyms.c b/kernel/ksyms.c --- a/kernel/ksyms.c Fri Jun 27 22:14:13 2003 +++ b/kernel/ksyms.c Fri Jun 27 22:14:13 2003 @@ -592,9 +592,6 @@ /* init task, for moving kthread roots - ought to export a function ?? */ EXPORT_SYMBOL(init_task); -#ifndef CONFIG_IA64 -EXPORT_SYMBOL(init_thread_union); -#endif EXPORT_SYMBOL(tasklist_lock); EXPORT_SYMBOL(find_task_by_pid);